projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0c7b1
)
* src/keyboard.c (read_char): Use CALLN.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 23 Jan 2019 16:01:37 +0000
(08:01 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 23 Jan 2019 16:02:04 +0000
(08:02 -0800)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 838dc242dd95ca1776f73344ac49604906c77083..b3b55e73b63637fec5cf90ff4380ee207bb07f8b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2919,7
+2919,7
@@
read_char (int commandflag, Lisp_Object map,
if (! NILP (also_record))
record_char (also_record);
-
Frun_hook_with_args (2, ((Lisp_Object []) {Qinput_event_functions, c})
);
+
CALLN (Frun_hook_with_args, Qinput_event_functions, c
);
/* Wipe the echo area.
But first, if we are about to use an input method,